home *** CD-ROM | disk | FTP | other *** search
/ cyberXperience / c11.ISO / cyberaz / intro.dxr / 00036_GESTION VIDEO SETUP - CONTROL.ls < prev    next >
Encoding:
Text File  |  1996-05-14  |  279 b   |  19 lines

  1. on exitFrame
  2.   if siguevid() then
  3.     go(the frame)
  4.   else
  5.     set the movieRate of sprite 16 to 0
  6.     updateStage()
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   global Debug
  13.   if not Debug then
  14.     exit
  15.   end if
  16.   set the movieRate of sprite 16 to 0
  17.   go(the frame + 1)
  18. end
  19.